ESRI.ArcGIS.Mobile.Client
Generic ExtensionCollection Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : Generic ExtensionCollection Class


The following tables list the members exposed by Generic ExtensionCollection.

Public Constructors

 NameDescription
Public ConstructorExtensionCollection Constructor Creates a new instance.  
Top

Public Properties

 NameDescription
Public PropertyAllowEdit (Inherited from System.ComponentModel.BindingList<T>)
Public PropertyAllowNew (Inherited from System.ComponentModel.BindingList<T>)
Public PropertyAllowRemove (Inherited from System.ComponentModel.BindingList<T>)
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyItem (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyRaiseListChangedEvents (Inherited from System.ComponentModel.BindingList<T>)
Top

Protected Properties

 NameDescription
Protected PropertyIsSortedCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertyItems (Inherited from System.Collections.ObjectModel.Collection<T>)
Protected PropertySortDirectionCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertySortPropertyCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertySupportsChangeNotificationCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertySupportsSearchingCore (Inherited from System.ComponentModel.BindingList<T>)
Protected PropertySupportsSortingCore (Inherited from System.ComponentModel.BindingList<T>)
Top

Public Methods

 NameDescription
Public MethodAdd (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodAddNew (Inherited from System.ComponentModel.BindingList<T>)
Public MethodCancelNew (Inherited from System.ComponentModel.BindingList<T>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContains (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodDispose Releases all resources used by this instance.  
Public MethodEndNew (Inherited from System.ComponentModel.BindingList<T>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodGetFirstExtensionOfType Finds the first Extension of a given type.  
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemove (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodResetBindings (Inherited from System.ComponentModel.BindingList<T>)
Public MethodResetItem (Inherited from System.ComponentModel.BindingList<T>)
Top

Protected Methods

 NameDescription
Protected MethodAddNewCore (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodApplySortCore (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodClearItems (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodFindCore (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodInsertItemOverridden.  Inserts an element into the collection at the specified index.  
Protected MethodOnAddingNew (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodOnListChanged (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodRemoveItemOverridden.  Removes an element from the collection at the specified index  
Protected MethodRemoveSortCore (Inherited from System.ComponentModel.BindingList<T>)
Protected MethodSetItemOverridden.  Replaces the element at the specified index  
Top

Public Events

 NameDescription
Public EventAddingNew  
Public EventListChanged  
Top

See Also